Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / Factory1 Class / RegisterEffect Method / RegisterEffect<T>(Guid,Boolean) Method

In This Topic
    RegisterEffect<T>(Guid,Boolean) Method
    In This Topic
    Register a ICustomEffect.
    Syntax
    'Declaration
     
    Public Overloads Function RegisterEffect(Of T As {New, ICustomEffect})( _
       ByVal effectId As System.Guid, _
       ByRef wasActuallyRegistered As System.Boolean _
    ) As CustomEffectFactory
    public CustomEffectFactory RegisterEffect<T>( 
       System.Guid effectId,
       out System.bool wasActuallyRegistered
    )
    where T: new(), ICustomEffect

    Parameters

    effectId
    wasActuallyRegistered

    Type Parameters

    T
    See Also